Programming Microchip PICs from MPLAB-X IDE using PICkit2 or PICkit2 programmer.... to enable MPLAB-X IDE to use a PICkit programmer with ease.
Use the PICkit2 or PICkit3 programmer and integrate with MPLAB-X IDE easily. It is very simple to integrate with no complex firmware changes required.
You leverages your current investment in your programmers - very green and we this supports clone PICkit2 or PICkit3 programmers.
The key piece of information I need to share is the command line that you need to use
[change to your installation folder]\PICKitPlus\PICKitCommandline.exe -q -w -p$(Device) -f"$(ImagePath)" --no-verify -mpec
- Replace [change to your installation folder] to your specific installation folder
- $(Device) is expanded by MPLAB-X IDE
- $(ImagePath) is expanded by MPLAB-X IDE